home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / tview294.zip / NOTPCB.DOC < prev    next >
Text File  |  1990-02-12  |  1KB  |  32 lines

  1. TextView is written exclusively for PCBoard BBS software.  I cannot
  2. guarantee that it will work with any other package, and cannot offer
  3. direct support for other packages because I don't have them in house
  4. for debugging.  However, Some sysops who do not run PCBoard have
  5. reported that TextView runs fine when used with certain conversion
  6. packages.  I have made a few minor changes to the textview code when I
  7. felt that a change could be made without affecting the PCBoard
  8. compatibility.
  9.  
  10. I have heard from both Wildcat! and Spitfire sysops that the "More?"
  11. prompts do not work with their conversion routines, causing textview
  12. to show entire text files without stopping.
  13.  
  14. To correct this problem, TextView will recognize an environment
  15. variable called TVPAGE.  When TVPAGE is set to ON, TextView will
  16. display 23 lines to the caller, then give a "More?" prompt.  To set
  17. this variable place the following line in the batch file that runs
  18. textview:
  19.  
  20. SET TVPAGE=ON
  21.  
  22. The default compression extension has also caused some problems with
  23. some conversion packages.  In order to fix this problem, TextView will
  24. look for another environment variable called TVCOMP.  You can set
  25. TVCOMP to any valid dos extension.  For example, if you want the
  26. default to be .ZIP, then set the variable by adding the following line
  27. to the batch file that runs TextView:
  28.  
  29. SET TVCOMP=.ZIP
  30.  
  31.  
  32.